home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / scanlib / scan_go_proc.c < prev    next >
Encoding:
Text File  |  1990-01-21  |  210 b   |  15 lines

  1. /*
  2. ### procedure for computing lyaupunov exponents ###
  3. */
  4.  
  5. void scan_go_proc()
  6. {
  7.     system_mess_proc(1,"Not yet implemented. Bug Swan.");
  8.     scan_init();
  9.     /*
  10.     all_reset();
  11.     scan_compute();
  12.     scan_redisplay();
  13.     */
  14. }
  15.